|
ObjectiveLib
1.0.0
|
Constants used for the naems of exceptions that ObjectiveLib can raise. More...
Go to the source code of this file.
Variables | |
| NSString *const | OLClassNotFoundException |
| The name of the exception raised when a class in the stream could not be found. | |
| NSString *const | OLEndOfStreamException |
| The name of the exception raised when the end of a stream is reached. | |
| NSString *const | OLInputOutputException |
| The name of the exception raised when an I/O error occurs. | |
| NSString *const | OLSocketException |
| The name of the exception raised when an error occurs during a socket operation. | |
Constants used for the naems of exceptions that ObjectiveLib can raise.
| NSString* const OLClassNotFoundException |
The name of the exception raised when a class in the stream could not be found.
| NSString* const OLEndOfStreamException |
The name of the exception raised when the end of a stream is reached.
| NSString* const OLInputOutputException |
The name of the exception raised when an I/O error occurs.
| NSString* const OLSocketException |
The name of the exception raised when an error occurs during a socket operation.
|